home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / 第1特集Plug-in / Illustrator / Updated Acrobat & Find (Sノ.sit / Updated Acrobat & Find (Select) / Acrobat PDF File Format.rsrc / TEXT_16002.txt < prev    next >
Text File  |  1994-11-17  |  503b  |  19 lines

  1. 72 65536 mul 4718592 div dup cols mul exch rows mul scale
  2. /picstr1 cols 7 add 8 idiv string def
  3. /readdata {currentfile exch readhexstring pop} def
  4. /imagemask2 level2 {/imagemask load def} {{begin
  5. Width Height false ImageMatrix
  6. /DataSource load imagemask end} def} ifelse
  7. /beginimage {
  8. imagemask2
  9. } def
  10. 12 dict begin
  11. /ImageType 1 def
  12. /Width cols def
  13. /Height rows def
  14. /ImageMatrix [cols 0 0 rows neg 0 rows] def
  15. /BitsPerComponent 1 def
  16. /Decode [0 1] def
  17. /DataSource {picstr1 readdata} def
  18. currentdict end
  19.